Home
last modified time | relevance | path

Searched hist:"9 b6eaaf3db5e5888df7bca7fed7752a90f7fd871" (Results 1 – 1 of 1) sorted by path

/linux/include/uapi/linux/
H A Dcoresight-stm.hdiff 9b6eaaf3db5e5888df7bca7fed7752a90f7fd871 Tue Mar 24 05:22:13 CET 2020 Eugene Syromiatnikov <esyr@redhat.com> coresight: do not use the BIT() macro in the UAPI header

The BIT() macro definition is not available for the UAPI headers
(moreover, it can be defined differently in the user space); replace
its usage with the _BITUL() macro that is defined in <linux/const.h>.

Fixes: 237483aa5cf4 ("coresight: stm: adding driver for CoreSight STM component")
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
Cc: stable <stable@vger.kernel.org>
Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: https://lore.kernel.org/r/20200324042213.GA10452@asgard.redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>